Platform Explorer / Nuxeo Platform 6.0

Operation UserWorkspace.CreateDocumentFromBlob (Create Document from file in User's workspace)

Description

Create Document(s) in the user's workspace from Blob(s) using the FileManagerService.
Operation id UserWorkspace.CreateDocumentFromBlob
Category Services
Label Create Document from file in User's workspace
Requires
Since

Parameters

No parameters.

Signature

Inputs bloblist, blob
Outputs documents, document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.userworkspace.operations.UserWorkspaceCreateFromBlob
Contributing Component org.nuxeo.ecm.platform.userworkspace.operationsContrib

JSON Definition

{
  "id" : "UserWorkspace.CreateDocumentFromBlob",
  "label" : "Create Document from file in User's workspace",
  "category" : "Services",
  "requires" : null,
  "description" : "Create Document(s) in the user's workspace from Blob(s) using the FileManagerService.",
  "url" : "UserWorkspace.CreateDocumentFromBlob",
  "signature" : [ "bloblist", "documents", "blob", "document" ],
  "params" : [ ]
}